home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / amiga / animutil / playsr / playsr.arc / disp2.h < prev    next >
C/C++ Source or Header  |  1988-11-10  |  285b  |  28 lines

  1. struct    NewScreen    DS = {
  2.     0, 0,
  3.     320, 200,
  4.     6,
  5.     0, 1,
  6.     HAM, CUSTOMSCREEN,
  7.     0L, 0L, 0L, 0L
  8. };
  9.  
  10. struct    NewWindow    DW = {
  11.     0, 0,
  12.     320, 200,
  13.     0, 1,
  14.     RAWKEY
  15. |    MOUSEMOVE
  16. |    MOUSEBUTTONS,
  17.     ACTIVATE
  18. |    REPORTMOUSE
  19. |    BORDERLESS,
  20.     NULL,
  21.     NULL,
  22.     NULL,
  23.     NULL,
  24.     NULL,
  25.     0L, 0L, 0L, 0L,
  26.     CUSTOMSCREEN
  27. };
  28.